Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start at Docker.Engines.LinuxkitDaemonStartup.<WaitAsync>d__5.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.Engines\LinuxkitDaemonStartup.cs:line 54 #12960

Open
donhuvy opened this issue Sep 12, 2022 · 15 comments

Comments

@donhuvy
Copy link

donhuvy commented Sep 12, 2022

image

log

Docker.Core.DockerException:
Failed to start
   at Docker.Engines.LinuxkitDaemonStartup.<WaitAsync>d__5.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.Engines\LinuxkitDaemonStartup.cs:line 54
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.Engines.WSL2.LinuxWSL2Engine.<DoStartAsync>d__26.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.Engines\WSL2\LinuxWSL2Engine.cs:line 170
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.ApiServices.StateMachines.TaskExtensions.<WrapAsyncInCancellationException>d__0.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.ApiServices\StateMachines\TaskExtensions.cs:line 29
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.ApiServices.StateMachines.StartTransition.<DoRunAsync>d__5.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.ApiServices\StateMachines\StartTransition.cs:line 67
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Docker.ApiServices.StateMachines.StartTransition.<DoRunAsync>d__5.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.ApiServices\StateMachines\StartTransition.cs:line 92
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.ApiServices.StateMachines.EngineStateMachine.<StartAsync>d__14.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.ApiServices\StateMachines\EngineStateMachine.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Docker.Engines.Engines.<StartAsync>d__22.MoveNext() in C:\workspaces\4.12.x\src\github.com\docker\pinata\win\src\Docker.Engines\Engines.cs:line 107

image

Diagnose id = E2D27E2A-1452-4AC6-8C10-1BE8DB606FB9/20220912094949

image

@1itt1eB0y
Copy link

looks like I have a familiar issue
my Diagnositcs ID is 87570521-983B-487A-9286-059B2DF21B88/20220916104321

@1itt1eB0y
Copy link

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

@AvelaSAN
Copy link

image
mismi problema

@rozaqabdul656
Copy link

netsh winsock reset using this worked

@crimcol
Copy link

crimcol commented Sep 25, 2022

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

It worked for me!

@saurabhsingla786
Copy link

Thanks it works :)
netsh winsock reset

@MichaelUray
Copy link

For me it helped just to restart Docker Desktop.

@Valkierja
Copy link

thx a lot. netsh winsock reset worked for me. doing homework just before ddl. thx a lot!

@kpaaro
Copy link

kpaaro commented Nov 30, 2022

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

thanks

@kevinyyyy
Copy link

kevinyyyy commented Dec 13, 2022

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

thank you very much, it works. But how it works?

@initshdb
Copy link

This error occured after I installed WSL2 Ubuntu for Docker Desktop. Just simply restarting the machine worked for me.

@1itt1eB0y
Copy link

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

thank you very much, it works. But how it works?

@kevinyyyy it seems like something caused IPC misconfiguration, so that Docker can't connet to the socket. Use this cmd to reset IPC to make it running properly.

@yaniv-walker
Copy link

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

Thx a lot. It worked for me.

@ta-ke-inf
Copy link

@donhuvy I used netsh winsock reset to solve this issue. You can try it.

thank you very match!! It worked for me.

@sg552
Copy link

sg552 commented Apr 6, 2023

In my case, the 360 software kills the relative file ( identify docker file as virus )

so netsh winsock restart not work for me.

my solution:

  1. open 360 guard.
  2. uninstall docker
  3. re-install docker ( keep 360 opening, then it will complain that some virus found , then you mark the virus file as "safe")

after re-installation, docker successfully started!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests